home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / text / tex / TextPlus.lha / TextPlus / TPP501.lha / TPP / Rexx / UpdatePreview.tpl < prev    next >
Encoding:
Text File  |  1994-01-06  |  246 b   |  13 lines

  1. /* Update Preview - Macro */
  2.  
  3. parse arg filename pagenr .
  4. options results
  5.  
  6. if filename == "" then exit
  7.  
  8. /* preview already running? */
  9. if show('P', 'TEXPREVIEW') then do
  10.    address 'TEXPREVIEW' 'ToFront'
  11.    address 'TEXPREVIEW' 'Activate'
  12.    end
  13.